home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / video / 04 / setup.exe / TMPGEnc.exe / 1041 / RCDATA / TMPEGCONFIG_FRAMERATEFORM / TMPEGCONFIG_FRAMERATEFORM.txt
Text File  |  2001-04-04  |  2KB  |  102 lines

  1. object MPEGConfig_FrameRateForm: TMPEGConfig_FrameRateForm
  2.   Left = 220
  3.   Top = 278
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜t∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜[∩┐╜g∩┐╜╠É▌Æ∩┐╜'
  6.   ClientHeight = 121
  7.   ClientWidth = 329
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 12
  22.   object Label1: TLabel
  23.     Left = 100
  24.     Top = 33
  25.     Width = 20
  26.     Height = 12
  27.     Alignment = taCenter
  28.     AutoSize = False
  29.     Caption = '∩┐╜∩┐╜'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 196
  33.     Top = 33
  34.     Width = 18
  35.     Height = 12
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = '∩┐╜∩┐╜'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 302
  42.     Top = 32
  43.     Width = 16
  44.     Height = 12
  45.     Caption = 'fps'
  46.   end
  47.   object OKButton: TButton
  48.     Left = 162
  49.     Top = 88
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 0
  56.     OnClick = OKButtonClick
  57.   end
  58.   object CancelButton: TButton
  59.     Left = 244
  60.     Top = 88
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = '∩┐╜L∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜Z∩┐╜∩┐╜'
  65.     ModalResult = 2
  66.     TabOrder = 1
  67.   end
  68.   object Video_FrameRate2: TSpinEdit
  69.     Left = 123
  70.     Top = 29
  71.     Width = 70
  72.     Height = 21
  73.     MaxValue = 10000
  74.     MinValue = 1
  75.     TabOrder = 2
  76.     Value = 1
  77.     OnChange = Video_FrameRateChange
  78.     OnKeyDown = EditKeyDown
  79.   end
  80.   object Video_FrameRate1: TComboBox
  81.     Left = 16
  82.     Top = 29
  83.     Width = 81
  84.     Height = 20
  85.     Style = csDropDownList
  86.     ItemHeight = 12
  87.     TabOrder = 3
  88.     OnChange = Video_FrameRateChange
  89.     OnKeyDown = EditKeyDown
  90.   end
  91.   object Video_FrameRateEdit: TEdit
  92.     Left = 217
  93.     Top = 29
  94.     Width = 78
  95.     Height = 20
  96.     TabOrder = 4
  97.     OnChange = Video_FrameRateEditChange
  98.     OnExit = Video_FrameRateEditExit
  99.     OnKeyDown = EditKeyDown
  100.   end
  101. end
  102.